home *** CD-ROM | disk | FTP | other *** search
-
-
- UNIX Conversion Notes for TIDY
-
- These notes are for the f77 compiler under 4.3 BSD UNIX or
- ULTRIX.
-
- 1. In the main program (TIDY), change the variable SCDISK
- from .TRUE. to .FALSE.. This suppresses the query for
- what disk (MS-DOS) the scratch files are to be written
- to.
-
- 2. In the BLOCK DATA routine following main program TIDY,
- change the value for STDIN from 0 to 5.
-
- 3. In subroutine OPFIL, disable the call to function
- DOSDEV. The variable ISDEV is forced to .FALSE. just before
- this call, and should remain .FALSE. at all times.
-
- 4. As supplied, TIDY normally converts everything outside of strings
- to upper case, which is the ANSI standard character set.
- If default translation to lower case is desired,
- CONVCASE.TXT for re-compilation instructions.
-